home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sprite 1984 - 1993
/
Sprite 1984 - 1993.iso
/
src
/
kernel
/
sys
/
sysTestCall.h
< prev
next >
Wrap
C/C++ Source or Header
|
1992-12-18
|
663b
|
26 lines
/*
* sysTestCall.h --
*
* The test system calls for debugging.
*
* Copyright (C) 1985 Regents of the University of California
* All rights reserved.
*
* $Header: /cdrom/src/kernel/Cvsroot/kernel/sys/sysTestCall.h,v 9.3 91/03/30 17:21:39 mendel Exp $ SPRITE (Berkeley)
*
*/
#ifndef _SYSTESTCALL
#define _SYSTESTCALL
#include <sprite.h>
#include <sys.h>
extern int Test_PrintOut _ARGS_((int arg0, int arg1, int arg2, int arg3,
int arg4, int arg5, int arg6, int arg7,
int arg8, int arg9));
extern int Test_GetLine _ARGS_((char *string, int length));
extern int Test_GetChar _ARGS_((char *charPtr));
#endif /* _SYSTESTCALL */